@charset "utf-8";
.foot {
    margin-top: 0;
}

.foot_link {
    /*    border-bottom: 1px solid #434343;*/
}


/* banner */

.banner_container {
    width: 100%;
    height: 100%;
    --swiper-theme-color: #fe0629;
}

.banner_slideamb {
    display: none;
}

@media screen and (max-width: 768px) {
    .banner_slideamb {
        display: block;
    }
    .banner_slideapc {
        display: none;
    }
}


/* 政策补贴 */

.zcbt {
    margin-top: 50px;
}

.zcbtbox_t {
    position: relative;
}

.zcbtbox_tl,
.zcbtbox_tr {
    position: absolute;
    top: 50%;
    width: 150px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.zcbtbox_tl {
    right: 100%;
}

.zcbtbox_tr {
    left: 100%;
}

.zcbtbox_tl img {
    width: 100%;
}

.zcbtbox_b {
    padding: 0 10px !important;
    font-size: 18px;
    color: #ccc;
}

.zcbt_b {
    margin-top: 20px
}

.zcbt_bitem {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}

.zcbt_bitem:nth-child(3n) {
    margin-right: 0;
}

.zcbt_bitem .zcbt_bitema {
    height: 45px;
    border: 1px solid #eee;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: #f6f6f6;
    color: #fe0629;
}

.zcbt_bitema>span {
    font-size: 16px;
    padding-left: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.zcbt_bitema>i {
    font-size: 18px;
}

.zcbt_bitem .zcbt_bitema:hover {
    background-color: #fe0629;
    color: #fff;
    border: 1px solid #fe0629;
}

.zcbt_bitem .zcbt_bitema:hover span {
    color: #fff;
}

.zcbt_bitem .zcbt_bitema:hover i {
    color: #fff;
}


/* 我们的优势 */

.youshi {
    margin-top: 50px;
}

.youshi_l {
    width: 39%;
}

.youshi_limg {
    overflow: hidden;
    position: relative;
}

.youshi_limgdw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    background-color: rgba(0, 0, 0, .2);*/
}

.youshi_limgdw_x {
    width: 0;
    height: 1px;
    background-color: #fe0629;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.youshi_limgdw_tle {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.youshi_limgdw_h {
    margin-top: -6px;
    font-size: 18px;
    color: #fff;
}

.youshi_limgdw_p {
    padding-top: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.youshi_limg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youshi_limg:hover .youshi_limgdw_x {
    width: 80px;
}

.youshi_r {
    width: 61%;
}

.youshi_ritem:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
}

.youshi_ritem .youshi_ritema {
    overflow: hidden;
    position: relative;
}

.youshi_ritemadw {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.youshi_ritema img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.youshi_ritemadw p {
    padding-top: 8px;
    font-size: 18px;
    color: #666;
}

.youshi_ritem .youshi_ritema:hover .youshi_ritemadw {
    background-color: rgba(0, 0, 0, .4);
}

.youshi_ritem .youshi_ritema:hover .youshi_ritemadw h4,
.youshi_ritem .youshi_ritema:hover .youshi_ritemadw p {
    color: #fff;
}


/* 分栏导航 */

.fldh {
    margin-top: 50px;
}

.fldh_l {
    padding-right: 25px !important;
}

.fldh_lbox .fldh_lboxa {
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #f1f1f1;
    font-size: 18px;
    color: #111;
    margin-bottom: 30px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.fldh_lbox .fldh_lboxa.on {
    background-color: #084fb6;
    color: #fff;
}

.fldh_lbox .fldh_lboxa:last-child {
    margin-bottom: 0;
}

.fldh_r {
    height: 410px;
    padding: 25px !important;
    background: #f1f1f1;
}

.fldh_container {
    width: 100%;
    height: 100%;
}

.fldh_slideitema_img {
    width: 110px;
}

.fldh_slideitema_img img {
    width: 100%;
}

.fldh_slideitema_txt {
    flex: 1;
    padding: 0 40px 0 20px;
}

.fldh_slideitema_txt p {
    font-size: 12px;
    line-height: 20px;
    color: #888;
}

.fldh_slideitema_txt h5 {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.fldh_slideitema_txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fldh_slideitema_xq {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 12px;
    margin-right: 20px;
    border-radius: 30px;
    border: 1px solid #ddd;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.fldh_slideitem .fldh_slideitema:hover .fldh_slideitema_xq {
    border: 1px solid #084fb6;
    background: #084fb6;
    color: #fff;
    padding-left: 5px;
}

.fldh_slideitem .fldh_slideitema:hover .fldh_slideitema_txt h5 {
    color: #084fb6;
    padding-left: 5px;
}


/* 首页特点 */

.sytd {
    margin: 30px 0;
}

.sytdbox_item {
    height: 145px;
}

.sytdbox_itemboximg {
    width: 84px;
    height: 84px;
    border: 1px solid #fe0629;
    border-radius: 84px;
}

.sytdbox_itemboximg i {
    font-size: 30px;
    color: #fe0629;
}

.sytdbox_itemboxtxt {
    padding-left: 10px;
}

.sytdbox_itemboxtxt p {
    padding-top: 5px;
    font-size: 14px;
    color: #666;
}


/* 首页好处  */

.syhc {
    background-color: #f1f1f1;
}

.syhc .container {
    padding: 60px 0;
}

.syhc_ct {
    margin-top: 35px;
    border: 1px solid #eee;
    border-right: 0;
}

.syhc_ctbox {
    height: 280px;
}

.syhc_container {
    width: 100%;
    height: 100%;
}

.syhc_slide .syhc_slidea {
    padding: 0 20px;
    border-right: 1px solid #eee;
    background: #fff;
}

.syhc_slideai {
    margin-top: 45px;
    width: 70px;
    height: 70px;
    background-color: #084fb6;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.syhc_slideai i {
    margin-top: 6px;
    font-size: 32px;
    color: #fff;
}

.syhc_slideah {
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.syhc_slideap {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
}


/*  首页选择理由*/

.syczly {
    background: #f1f1f1;
}

.syczly .syhc_tlt {
    padding-top: 60px;
}

.syhc_tlt h3 {
    text-align: center;
}

.syczly_ct {
    margin-top: 35px;
    padding-bottom: 45px;
}

.syczly_slide {
    padding: 40px 0 20px;
}

.syczly_slide .syczly_slidea {
    position: relative;
    padding: 60px 25px 0;
    height: 210px;
    background: #fff;
    /*
    border: 1px #f6f6f6 solid;
    box-shadow: 0px 0px 15px #eee;
*/
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.syczly_slideadw {
    position: absolute;
    left: 50%;
    top: 0;
    width: 75px;
    height: 75px;
    padding: 5px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    box-shadow: 0px 3px 3px #f0f0f0;
    z-index: 10;
}

.syczly_slideadwbox {
    width: 100%;
    height: 100%;
    background-color: #fe0629;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.syczly_slideah {
    font-size: 16px;
    text-align: center;
    color: #000;
}

.syczly_slideap {
    padding-top: 10px;
    color: #666;
    text-align: center;
    font-size: 14px;
}

.syczly_slideadwbox i {
    font-size: 28px;
    color: #fff;
}


/* 首页助力 */

.syzl {
    margin-top: 50px;
}

.syzl_ct {
    margin-top: 20px;
}

.syzl_container {
    padding-bottom: 35px;
}

.syzl_slide .syzl_slidea {
    padding: 0 25px;
    height: 350px;
    background-color: #084fb6;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.syzl_slideai {
    text-align: center;
}

.syzl_slideai i {
    font-size: 50px;
    color: #fff;
}

.syzl_slideax {
    width: 45px;
    height: 3px;
    background-color: #fe0629;
    margin: 0 auto;
}

.syzl_slideatlt {
    padding-top: 20px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.syzl_slideatlh {
    margin-top: -4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.syzl_slideatlp {
    height: 70px;
    padding-top: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    white-space: pre-line;
}


/* 首页流程 */

.sylc {
    margin-top: 80px;
    margin-bottom: 80px;
}

.sylc_b {
    margin-top: 35px;
}

.sylc_bitem {
    position: relative;
}

.sylc_bitemidw {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}

.sylc_bitemidw>img {
    animation: lrmover 0.7s linear infinite;
    -webkit-animation: lrmover 0.7s linear infinite;
}

.sylc_bitem:last-child .sylc_bitemidw {
    display: none;
}

.sylc_bitemi {
    width: 70px;
    height: 70px;
    border: 1px dotted #084fb6;
    padding: 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.sylc_bitemi_box {
    width: 100%;
    height: 100%;
    background-color: #084fb6;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.sylc_bitemi_box i {
    font-size: 28px;
    color: #fff;
}

.sylc_bitemtxt {
    padding-top: 10px;
    font-size: 22px;
    color: #333;
}

.sylc_bitemtxt span {
    display: none;
}


/*  客户案例*/

.khal {
    margin-top: 60px;
    padding: 40px 0 90px;
    background-color: #f1f1f1;
}

.khal_b {
    padding-top: 20px;
}

.hex p {
    color: rgba(42, 88, 768, 0.8);
}

.hexIndw {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 88, 768, 0.8);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    opacity: 0;
    z-index: 10;
}

.hex:hover .hexIndw {
    display: block;
    opacity: 1;
}

.hexIndw .hexIndww {
    position: relative;
    width: 100%;
    height: 100%;
}

.hexIndwl {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    /* 政策补贴 */
    h3 {
        font-size: 28px;
    }
    .zcbtbox_b {
        font-size: 12px;
        padding-top: 5px !important;
    }
    .zcbt_bitem .zcbt_bitema {
        height: 36px;
    }
    .zcbt_bitem {
        margin-bottom: 10px;
    }
    .zcbt_bitem {
        width: 49%;
        margin-right: 2%;
        text-align: center;
    }
    .zcbt_bitem:nth-child(3n) {
        margin-right: 2%;
    }
    .zcbt_bitem:nth-child(2n) {
        margin-right: 0;
    }
    .zcbt_bitema>span {
        font-size: 12px;
        padding: 0 10px;
    }
    /* 我们的优势 */
    .youshi_l,
    .youshi_r {
        width: 100%;
    }
    .youshi_l {
        height: 220px;
    }
    .youshi_limgdw {
        padding: 15px !important;
    }
    .youshi_limgdw_tle {
        font-size: 28px;
    }
    .youshi_limgdw_h {
        font-size: 16px;
    }
    .youshi_limgdw_p {
        padding-top: 10px;
        font-size: 12px;
        line-height: 20px;
    }
    .youshi_r {
        margin-top: 20px;
        padding: 0 !important;
    }
    h4 {
        font-size: 18px;
    }
    .youshi_r .row {
        margin: 0 -5px !important;
    }
    .youshi_ritem {
        padding: 0 5px !important;
    }
    .youshi_ritemadw p {
        padding-top: 4px;
        font-size: 12px;
        line-height: 20px;
    }
    /* <!-- 分栏导航 --> */
    .fldh_lbox {
        display: flex;
        flex-wrap: wrap;
    }
    .fldh_lbox .fldh_lboxa {
        margin-right: 2%;
        margin-bottom: 10px;
        width: 49%;
    }
    .fldh_lbox .fldh_lboxa:nth-child(2n) {
        margin-right: 0;
    }
    .fldh_r {
        margin-top: 10px;
        padding: 15px !important;
        height: 360px;
    }
    .fldh_l {
        padding-right: 0 !important;
    }
    .fldh_slideitema_txt {
        padding: 0;
    }
    .fldh_slideitema_xq {
        margin: 0 10px;
    }
    .fldh_lbox .fldh_lboxa {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    /* <!-- 首页特点 --> */
    .sytd {
        margin: 40px 0;
    }
    .sytdbox_item {
        height: auto;
        margin-bottom: 15px;
    }
    h6 {
        font-size: 18px;
    }
    .sytdbox_itemboxtxt p {
        font-size: 12px;
        line-height: 20px;
    }
    .sytdbox_itemboximg {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }
    .sytdbox_itemboximg i {
        font-size: 26px;
    }
    /* 选择理由 */
    .zcbtbox_t {
        padding: 0 !important;
    }
    .syhc_tlt>div {
        padding: 0 !important;
    }
    .syczly_container {
        padding-bottom: 30px;
    }
    .syczly .syhc_tlt {
        padding-top: 40px;
    }
    .syczly_ct {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .syczly_slide .syczly_slidea {
        padding: 45px 10px 0;
        height: 160px;
    }
    .syczly_slideadw {
        width: 60px;
        height: 60px;
    }
    .syczly_slideah {
        font-size: 14px;
    }
    .syczly_slideap {
        padding-top: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    /*助力 */
    .syzl_slide .syzl_slidea {
        padding: 0 10px;
        height: 230px;
    }
    .syzl_slideai i {
        font-size: 40px;
    }
    .syzl_slideatlt {
        padding-top: 10px;
        font-size: 22px;
    }
    .syzl_slideatlp {
        padding-top: 10px;
        font-size: 12px;
        line-height: 20px;
    }
    /* 流程 */
    .sylc {
        margin: 40px 0;
    }
    .sylc_b {
        margin-top: 25px;
    }
    .sylc_bitemi {
        width: 50px;
        height: 50px;
    }
    .sylc_bitem {
        padding: 0 10px !important;
    }
    .sylc_bitemtxt {
        padding-top: 5px;
        font-size: 12px;
    }
    .sylc_bitemtxt span {
        display: inline-block;
    }
    .sylc_bitem {
        margin-bottom: 15px;
    }
    .sylc_bitemidw {
        transform: translate(30%, -50%);
        -webkit-transform: translate(30%, -50%);
        -moz-transform: translate(30%, -50%);
        -ms-transform: translate(30%, -50%);
        -o-transform: translate(30%, -50%);
        display: none;
    }
    /* 客户案例 */
    .khal {
        margin-top: 40px;
        padding: 30px 0 40px;
    }
}